home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / BlobLander.swf / scripts / frame_7 / PlaceObject2_168_47 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2006-06-13  |  136b  |  9 lines

  1. onClipEvent(enterFrame){
  2.    _root.shield6;
  3.    if(hitTest(_root.ship))
  4.    {
  5.       _root.shields = 100;
  6.       this.play();
  7.    }
  8. }
  9.